From 2d4ab64fb920cede62228069850272a8ea37d1c4 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 5 May 2005 16:06:24 +0000 Subject: [PATCH] Add 'last found' and 'placer' to geocaching fields. --- defs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/defs.h b/defs.h index efaedcab1..a5bef70a7 100644 --- a/defs.h +++ b/defs.h @@ -138,6 +138,8 @@ typedef struct { int diff; /* (multiplied by ten internally) */ int terr; /* (likewise) */ time_t exported; + time_t last_found; + char *placer; /* Placer name */ char *hint; /* all these UTF8, XML entities removed, May be not HTML. */ utf_string desc_short; utf_string desc_long; -- 2.30.2